CUdevprop_st

Legacy device properties

Members

Variables

SIMDWidth
int SIMDWidth;

< Constant memory available on device in bytes

clockRate
int clockRate;

< 32-bit registers available per block

maxGridSize
int[3] maxGridSize;

< Maximum size of each dimension of a block

maxThreadsDim
int[3] maxThreadsDim;

< Maximum number of threads per block

memPitch
int memPitch;

< Warp size in threads

regsPerBlock
int regsPerBlock;

< Maximum pitch in bytes allowed by memory copies

sharedMemPerBlock
int sharedMemPerBlock;

< Maximum size of each dimension of a grid

textureAlign
int textureAlign;

< Clock frequency in kilohertz

totalConstantMemory
int totalConstantMemory;

< Shared memory available per block in bytes

Meta